home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / jnos110g.zip / NOS.CFG < prev    next >
Text File  |  1994-08-26  |  3KB  |  143 lines

  1. #SAMPLE: these are the defaults used.
  2. #These are new names for the various files and directories used in nos.
  3. #To use them, run nos as 'nos -fnos.cfg'
  4. #If you don't change a particular filename, you should comment out each
  5. #unneeded line, since they allocate memory for the new name.
  6.  
  7. #lines need to be either comments (starting with #)
  8. #or have a valid 'file=filename' format.
  9. #(lines are NOT case sensitive.)
  10. #all others are ignored; this allows for different compiles to
  11. #use the same files-configuration file...
  12. #both spaces or tabs can be used as separators.
  13.  
  14. #921125 - WG7J
  15.  
  16. #the autoexec file containing system setup
  17. Startup = /autoexec.nos
  18.  
  19. #the user permission file
  20. Userfile = /ftpusers
  21.  
  22. #the ftp host file for auto-login
  23. Hostfile = /net.rc
  24.  
  25. #the spool directory
  26. Spoolqdir = /spool
  27.  
  28. #the mail log file
  29. Maillog = /spool/mail.log
  30.  
  31. #the directory where local mail gets delivered
  32. Mailspool = /spool/mail
  33.  
  34. #the directory where mail gets queued for the smtp daemon to handle
  35. Mailqdir = /spool/mqueue
  36.  
  37. #the directory where the logs are kept
  38. LogsDir = /logs
  39.  
  40. #this should have same path as the above!!
  41. Mailqueue = /spool/mqueue/*.wrk
  42.  
  43. #if you route mail, here is goes
  44. Routeqdir = /spool/rqueue
  45.  
  46. #the mail alias file
  47. Alias = /alias
  48.  
  49. #the domain.txt file
  50. Dfile = /domain.txt
  51.  
  52.  
  53. #directory where finger files go
  54. Fdir = /finger
  55.  
  56. #the file where the finger database is maintained
  57. Fdbase = /finger/dbase.dat
  58.  
  59. #the file where the mail daemon searches for full user names
  60. Pdbase = /spool/names.dat
  61.  
  62. #the list of areas on the system
  63. Arealist = /spool/areas
  64.  
  65. #mailbox message of the day
  66. Motdfile = /spool/motd.txt
  67.  
  68. #mail rewrite rules
  69. Rewritefile = /spool/rewrite
  70.  
  71. #user signatures go here
  72. Signature = /spool/signatur
  73.  
  74. #Bulletin ID's go here
  75. Historyfile = /spool/history
  76.  
  77. #Mailbox help files go in this directory
  78. Helpdir = /spool/help
  79.  
  80. # Console/Sysop commands help files go in this directory
  81. CmdsHelpdir = /help
  82.  
  83. #the user defaults file (created by system)
  84. #NOTE: UDefaults and UDefbak have to be ON THE SAME DRIVE !!!
  85. UDefaults = /spool/users.dat
  86.  
  87. #backup of the above
  88. UDefbak = /spool/users.bak
  89.  
  90. #Registration help file
  91. Mreg = /spool/mreg.txt
  92.  
  93. #Convers user info file; notice that default is the same as Fdbase file !
  94. Cinfo = /finger/dbase.dat
  95.  
  96. #Covners MOTD file
  97. ConvMotd = /spool/convmotd.txt
  98.  
  99. #pop users are listed in this
  100. Popusers = /popusers
  101.  
  102. #FTP message of the day
  103. Ftpmotd = /spool/ftpmotd.txt
  104.  
  105. #BBS forward file
  106. Forwardfile = /spool/forward.bbs
  107.  
  108. #saved netrom routes go here
  109. Netromfile = /netrom.sav
  110.  
  111. #these commands get executed on exit
  112. Onexit = /onexit.nos
  113.  
  114. #expire command file
  115. Expirefile = /spool/expire.dat
  116.  
  117. #NNTP directory
  118. Newsdir = /spool/news
  119.  
  120. #NNTP access file
  121. Naccess = /spool/news/access
  122.  
  123. #NNTP active file
  124. Active = /spool/news/active
  125.  
  126. #NNTP pointer file
  127. Pointer = /spool/news/pointer
  128.  
  129. #NNTP info
  130. NInfo = /spool/news/info
  131.  
  132. #NNTP help
  133. Nhelp = /spool/news/help
  134.  
  135. #NNTP message history file
  136. History = /spool/news/history
  137.  
  138. #NNTP forward
  139. Forward = /spool/news/forward
  140.  
  141. #NNTP poll
  142. Poll = /spool/news/poll
  143.